Autogenerated HTML docs for v1.5.3.5-721-g039b 
diff --git a/git-format-patch.html b/git-format-patch.html index cbe28df..2126e92 100644 --- a/git-format-patch.html +++ b/git-format-patch.html 
@@ -273,9 +273,10 @@  <h2>SYNOPSIS</h2>   <div class="sectionbody">   <div class="verseblock">  -<div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--thread]  +<div class="content"><em>git-format-patch</em> [-k] [-o &lt;dir&gt; | --stdout] [--thread]   [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]   [-s | --signoff] [&lt;common diff options&gt;]  + [-n | --numbered | -N | --no-numbered]   [--start-number &lt;n&gt;] [--numbered-files]   [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]   [--ignore-if-in-upstream]  @@ -768,6 +769,14 @@  </p>   </dd>   <dt>  +-N|--no-numbered  +</dt>  +<dd>  +<p>  + Name output in <em>[PATCH]</em> format.  +</p>  +</dd>  +<dt>   --start-number &lt;n&gt;   </dt>   <dd>  @@ -893,15 +902,16 @@  </div>   <h2>CONFIGURATION</h2>   <div class="sectionbody">  -<p>You can specify extra mail header lines to be added to each  -message in the repository configuration. You can also specify  -new defaults for the subject prefix and file suffix.</p>  +<p>You can specify extra mail header lines to be added to each message  +in the repository configuration, new defaults for the subject prefix  +and file suffix, and number patches when outputting more than one.</p>   <div class="listingblock">   <div class="content">   <pre><tt>[format]   headers = "Organization: git-foo\n"   subjectprefix = CHANGE  - suffix = .txt</tt></pre>  + suffix = .txt  + numbered = auto</tt></pre>   </div></div>   </div>   <h2>EXAMPLES</h2>  @@ -979,7 +989,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 14-Nov-2007 12:11:31 UTC  +Last updated 15-Nov-2007 00:12:54 UTC   </div>   </div>   </body>